projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
999d239
)
Add note about crate rename
author
Felix Krull
<f_krull@gmx.de>
Thu, 16 May 2019 20:23:34 +0000
(22:23 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000
(12:53 -0400)
rust-bindings/rust/README.md
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/README.md
b/rust-bindings/rust/README.md
index 7632952f2582af1afde1ed883e2d9efdc592961f..f38f10c451bb2f89f45d6c9f3c19ee100a7759c2 100644
(file)
--- a/
rust-bindings/rust/README.md
+++ b/
rust-bindings/rust/README.md
@@
-9,6
+9,8
@@
libostree is both a shared library and suite of command line tools that combines
a "git-like" model for committing and downloading bootable filesystem trees,
along with a layer for deploying them and managing the bootloader configuration.
+> **Note**: this crate was renamed from the `libostree` crate.
+
## Status
The bindings are quite incomplete right now. Most of it can be autogenerated,
but I simply turned on what I needed and left the rest for later.